home *** CD-ROM | disk | FTP | other *** search
/ Super PC 34 / Super PC 34 (Shareware).iso / spc / UTIL / DJGPP2 / V2 / DJLSR200.ZIP / utils / buildmak.mak next >
Encoding:
Text File  |  1994-11-23  |  85 b   |  5 lines

  1. .PHONY: all
  2.  
  3. all : $(sort $(subst .s,.S,$(wildcard *.c *.cc *.s)))
  4.     @echo.exe $^
  5.